home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TMYTEXTURE / TMYTEXTURE.txt
Text File  |  1996-03-09  |  2KB  |  81 lines

  1. object MyTexture: TMyTexture
  2.   Left = 288
  3.   Top = 123
  4.   BorderStyle = bsDialog
  5.   Caption = 'Background'
  6.   ClientHeight = 210
  7.   ClientWidth = 233
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   TextHeight = 19
  19.   object Bevel1: TBevel
  20.     Left = 12
  21.     Top = 12
  22.     Width = 209
  23.     Height = 141
  24.     Shape = bsFrame
  25.     Style = bsRaised
  26.   end
  27.   object NoBitmap: TCheckBox
  28.     Left = 16
  29.     Top = 20
  30.     Width = 201
  31.     Height = 21
  32.     Caption = 'No Background Texture'
  33.     TabOrder = 0
  34.     OnClick = NoBitmapClick
  35.   end
  36.   object SelectBitmap: TButton
  37.     Left = 24
  38.     Top = 60
  39.     Width = 181
  40.     Height = 33
  41.     Caption = '&Select New Bitmap'
  42.     TabOrder = 1
  43.     OnClick = SelectBitmapClick
  44.   end
  45.   object Stretch: TRadioButton
  46.     Left = 36
  47.     Top = 104
  48.     Width = 161
  49.     Height = 17
  50.     Caption = 'Stretch'
  51.     TabOrder = 2
  52.     OnClick = StretchClick
  53.   end
  54.   object Tile: TRadioButton
  55.     Left = 36
  56.     Top = 128
  57.     Width = 161
  58.     Height = 17
  59.     Caption = 'Tile (Wallpaper)'
  60.     TabOrder = 3
  61.     OnClick = TileClick
  62.   end
  63.   object OkButton: TButton
  64.     Left = 72
  65.     Top = 168
  66.     Width = 89
  67.     Height = 33
  68.     Caption = '&Ok'
  69.     Default = True
  70.     TabOrder = 4
  71.     OnClick = OkButtonClick
  72.   end
  73.   object OpenBitmap: TOpenDialog
  74.     DefaultExt = 'BMP'
  75.     Filter = 'Bitmaps (*.BMP)|*.BMP'
  76.     Title = 'Open Background Texture Bitmap'
  77.     Left = 192
  78.     Top = 168
  79.   end
  80. end
  81.